home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / tex / mf / readme < prev    next >
Text File  |  1994-05-20  |  2KB  |  65 lines

  1.  
  2.  
  3.            Welcome to the user's kit for Donald E. Knuth's
  4.  
  5.  
  6.                   MetaFont Engine, Release 2.71
  7.  
  8.  
  9. The  Amiga  port of MetaFont 2.71 was done by Andreas Scherer.  Please send
  10. complaints,  bug  reports,  adulations,  etc.,  to  me, by snail to my home
  11. address Abt-Wolf-Straße 17, 96215 Lichtenfels, Germany.
  12.  
  13. This program package is FREEWARE.  All rights are reserved.  No warranty is
  14. given, whether expressed or implied.  Use these programs at your own risk.
  15.  
  16. For  detailed information about the contents of this implementation and how
  17. to make use of it, see the TeX documentation in German or English.
  18.  
  19. Extract the archive with the command
  20.  
  21.       > LHa -x MetaFont.LHA <destination path>
  22.  
  23. A  root directory `<destination path>MetaFont' will be created.  You should
  24. assign `MF:' as a shortcut pointing to this root name.
  25.  
  26. Happy MetaFonting
  27. January 21, 1994
  28. Andreas
  29.  
  30.  
  31. --------------------
  32.  
  33. I've changed the structur of the archive a bit, to make it better working
  34. with PasTeX.
  35.  
  36.  
  37. I've changed the following things:
  38.  
  39. - new base files. I've used the mode file PasTeX-modes.mf
  40. - additional mf-input files. I've spreaded them in some subdirectories of MF:inputs
  41. - small changes in MF:rexx
  42. - some changes in MF:config/mfmemory.config to create the dcbase file
  43.  
  44.  
  45. You should set the following ENV: variables:
  46.  
  47. setenv MFINPUTS ,MF:inputs,MF:inputs/cm,MF:inputs/dc,MF:inputs/amsfonts,MF:inputs/misc,MF:inputs/manual
  48.                 // search path of the MF input files
  49.  
  50. setenv CALLMF   MF:rexx/MakeTeXFont.rexx
  51.                 // ... create missiong fonts immediately, or
  52. setenv CALLMF   MF:rexx/MakeBatch.rexx
  53.                 // create only a batch file MF:MakeTeXFont.sh
  54.  
  55. setenv MFLOGDIR MF:Log        // logging directory (default T:MFLog)
  56.  
  57. setenv MFTMPDIR RAM:        // working dirctory for font creation (default T:)
  58.  
  59.  
  60.  
  61. Georg Hessmann
  62. 20. Mai 1994
  63.  
  64.  
  65.